home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 2000 December / MaxiMac 109.iso / Macworld on CD n°109 / Applications (Mac OS X PB) / MacOSX ScreenSavers / Source Code / Morphing Objects / GLMorph.h next >
Encoding:
Text File  |  2000-10-05  |  291 b   |  21 lines  |  [????/????]

  1. /* GLMorph.h created by epeyton on Thu 03-Dec-1998 */
  2.  
  3. #import <AppKit/AppKit.h>
  4. #import <ScreenSaver/ScreenSaver.h>
  5.  
  6. @interface GLMorph : ScreenSaverView
  7. {
  8.     id isMono;
  9.     id isUnshaded;
  10.     id window;
  11.     id objectArray;
  12.         
  13.     NSOpenGLView *_view;
  14.     BOOL _initedGL;
  15.  
  16. }
  17.  
  18. @end
  19.  
  20.  
  21.